GMenuModel -> GtkMenu binding: show submenu items
authorRyan Lortie <desrt@desrt.ca>
Sat, 22 Jun 2013 13:34:21 +0000 (09:34 -0400)
committerRyan Lortie <desrt@desrt.ca>
Sat, 22 Jun 2013 13:35:59 +0000 (09:35 -0400)
commit1107935d2b6d91767fc9c561c00beba5fa9aebbc
tree0de05f3dd2e889e84f2638d7580e9a8eb4199b16
parent32e75adf6a13acd367416e07fc08a0fa814815a5
GMenuModel -> GtkMenu binding: show submenu items

In the non-submenu case we bind the 'visibility' attribute to the
tracker, which takes care of showing the item.  In the submenu case, we
don't bind all of the properties, so we miss this one.

Deal with it by just show()ing the submenu item.

https://bugzilla.gnome.org/show_bug.cgi?id=702332
gtk/gtkmenushell.c